@charset "utf-8";
/* 새글 스킨 (latest)*/
.lt_gallery {position:relative;}
.lt_gallery .lt_title {font-size:40px; text-align:center;}
.lt_gallery .lt_title a {color:#fff;}

.lt_gallery ul {display:flex; justify-content:space-between; margin:40px auto 50px;}
.lt_gallery ul li {width:32%; padding:20px; border:1px solid #e5e5e5;background:#fff;}
.lt_gallery ul li a.lt_img {display:inline-block; width:100%; overflow:hidden;}
.lt_gallery ul li a.lt_img img {-webkit-transform: scale(1);transform: scale(1); transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.lt_gallery ul li a.lt_img:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.lt_gallery ul li .lt_txt_wr {margin-top:25px;}
.lt_gallery ul li .lt_txt_wr .lt_sbj {width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; height:28px; line-height:28px;}
.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:19px; color:#111; font-weight:600;}
.lt_gallery ul li .lt_txt_wr .lt_sbj .new_icon {font-size:0.8em; color:#1b0075; font-weight:bold;}
.lt_gallery ul li .lt_txt_wr .lt_content {margin:15px 0 35px; font-size:15px; color:#777;
overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; height:50px; line-height:25px;}
.lt_gallery ul li .lt_txt_wr .lt_date {font-size:15px; color:#ccc;}
.lt_gallery ul li.empty_li {display:block; width:100%; padding:80px 0; text-align:center; background:#fff; color:#999;}

.lt_gallery .lt_more {text-align:center;}
.lt_gallery .lt_more a {display:inline-block; padding:14px 60px; font-size:16px; color:#333; font-weight:500; border-radius:30px; border:1px solid #333; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.lt_gallery .lt_more a:hover {color:#fff; background:#333;}


@media (max-width: 1199px){
	.lt_gallery ul li {padding:15px 15px 20px;}
		
 }
 @media (max-width: 969px){
	.lt_gallery .lt_title {font-size:34px;}
	.lt_gallery ul {margin:40px auto;}
	.lt_gallery ul li {width:49%;}
	.lt_gallery ul li:nth-child(3) {display:none;}
	.lt_gallery ul li .lt_txt_wr {margin-top:20px;}
	.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:18px;}
	.lt_gallery ul li .lt_txt_wr .lt_content {margin:12px 0 30px; line-height:22px; height:44px;}	
	.lt_gallery ul li.empty_li {padding:70px 0;}
	.lt_gallery .lt_more a {padding:14px 50px; font-size:15px;}
		
 }

@media (max-width:639px){
	.lt_gallery .lt_title {font-size:27px;}
	.lt_gallery ul {margin:30px auto;}
	.lt_gallery ul li {padding:10px 10px 15px;}
	.lt_gallery ul li .lt_txt_wr {margin-top:12px;}
	.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:16px;}
	.lt_gallery ul li .lt_txt_wr .lt_content {margin:8px 0 15px; font-size:14px; line-height:18px; height:36px;}	
	.lt_gallery ul li .lt_txt_wr .lt_date {font-size:14px;}
	.lt_gallery ul li.empty_li {padding:50px 0; font-size:14px;}
	.lt_gallery .lt_more a {padding:12px 40px; font-size:14px;}
	
 }

@media (max-width:399px){
	.lt_gallery .lt_title {font-size:25px;}
	.lt_gallery ul {margin:25px auto;}
	.lt_gallery ul li {padding:8px 8px 12px;}
	.lt_gallery ul li .lt_txt_wr .lt_sbj a {font-size:15px;}
	.lt_gallery ul li .lt_txt_wr .lt_date {font-size:13px;}	
	.lt_gallery .lt_more a {padding:11px 30px;}
	
 } 